FO_Fee_Schedule_Option_Definition
Used to define the Option Codes for each fee schedule code.
Field | Type | Notes |
---|---|---|
FeeSchedOptionDef_ID |
bigint |
ID field, a counter. Unique |
OptionCode |
varchar(50) |
Enter a unique code for this fee schedule option code. |
OptionName |
varchar(80) |
Enter a short name for the code. |
Description |
varchar(MAX) |
Longer description for the code. |
Active |
bit |
Bit flag, true/false. Informational. (is this field in use?) |
FeeScheduleCode |
varchar(50) |
Fee schedule code for this option code. Enter a valid fee schedule code. Used to link to the fee schedule code table, FO_Fee_Schedule_Definition. |
StartDate |
datetime |
Start date for this fee schedule code. Informational |
EndDate |
datetime |
End date, or discountinue date, for this fee schedule code. Informational |